home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem HD→FD バックアップ(更新)
- echo ARTemis フロッピーを B: ドライブに入れて下さい.
- pause
- attr +h *.obj >nul
- attr +h *.bak >nul
- attr +h *.lzh >nul
- attr +h *.tif >nul
- attr +h *.pat >nul
- attr +h *.exp >nul
- attr +h *.MAG >nul
- attr -h pict*.tif >nul
- attr -h artemis?.exp >nul
- if not exist tr_sub.c goto notrsub
- attr +h tr_sub.c >nul
- :notrsub
- if not exist paint.asm goto nopaintasm
- attr +h paint.asm >nul
- :nopaintasm
- if not exist trans.c goto notrans
- attr +h trans.c >nul
- :notrans
- zcopy *.* b:\artemis /u
- attr -h *.* >nul
-